@charset "utf-8";
#main_wrap {
	white-space: normal;
	display: inline;
	height: 500px;
	width: 500px;
	background-color:#0F0;
	position: relative;
	z-index: -1;

}
#slider_wraper {
	background-color: #F00;
	height: 450px;
	width: 450px;
	z-index: -2;
	position: absolute;
	top: 55px;
	right: 41px;
}
